projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2472cf2
)
GtkIconTheme: Drop an unused function
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 20 Jun 2014 19:46:25 +0000
(15:46 -0400)
committer
Jasper St. Pierre
<jstpierre@mecheye.net>
Sat, 21 Jun 2014 00:40:52 +0000
(20:40 -0400)
gtk/gtkicontheme.c
patch
|
blob
|
history
diff --git
a/gtk/gtkicontheme.c
b/gtk/gtkicontheme.c
index 785a01940a4410ddfa1807149722c63753c0b41b..77f0e7e92831a269505a07f8c4078dbbdfeedf7f 100644
(file)
--- a/
gtk/gtkicontheme.c
+++ b/
gtk/gtkicontheme.c
@@
-4096,15
+4096,6
@@
gtk_icon_info_load_icon_finish (GtkIconInfo *icon_info,
return gtk_icon_info_load_icon (icon_info, error);
}
-static gchar *
-gdk_color_to_css (GdkColor *color)
-{
- return g_strdup_printf ("rgb(%d,%d,%d)",
- color->red >> 8,
- color->green >> 8,
- color->blue >> 8);
-}
-
static void
proxy_symbolic_pixbuf_destroy (guchar *pixels,
gpointer data)